C (Compare Memory)
Syntax
C range address
Parameters
range
The first
memory area to compare. See Range Syntax
address
The starting
address of the second memory area.
Description
Compares the
values held in two memory areas. Specify the first area with the range
parameter. Specify the starting address of the second area with address.
The second area is the same length as the first. If the two areas are not
identical, WinDbg will display all memory addresses in range where they
do not agree.